home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
musicali
/
aplay22.lha
/
APlayer
/
Files
/
ARexx.lha
/
Quit.aplay
< prev
next >
Wrap
Text File
|
1995-07-02
|
830b
|
25 lines
/* This program will quit the player when you run it. */
/* */
/* WHY!? Well, if you use the 'Close2Iconify.aplay' you can't quit, */
/* except if you use 'Exchange' and send a 'remove' to the program. */
/* Therefore we advise you to install this script on a F-key, so that */
/* you easily can quit the program. */
ADDRESS APlayer
OPTIONS RESULTS
SIGNAL ON HALT
Quit
/* Amazing script, isn't it ;-). Why don't you make your own? */
/*
This is the 'emergencybrake' part of this script. If you can't stop this
sucker run the program HI which is located in the RXC drawer on your
sys: partition.
*/
HALT:
Say 'The Quit.aplay script has been stopped. Why you did it, we don''t know.'
EXIT